Command: $WINTEXT
Synopsis: $WINTEXT 'x,y,string'
Function: Prints the text string on the currently opened window on the maxs
screen. It prints at position x,y which are both integers. x,y refer
to the number of pixels and not the number of characters like ANSI
does. x and y are both integers. It should be safe to issue this command,
even if there is no window open, however good programming practice
dictates that you should make sure your code opens a window first.